home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1306 / ptw32.zip / NWLAT.PSL < prev    next >
Text File  |  1994-09-11  |  296b  |  14 lines

  1. #
  2. # Opens a LAT connection (Via Novell's NetWare for LAT).
  3. #
  4. # Parameters : $p1 - user name (a NetWare user name without password).
  5. #              $p2 - service name (host).
  6. #
  7.  
  8. set comm-type nwlat
  9. set user-name $p1
  10. set service-name $p2
  11. session open
  12. set session-name $p2
  13. run keys.psl
  14.